#programmingUnmoderated tagAll postsTrending CommunitiesWorldmappinHIVE CN 中文社区SplinterlandsLeoFinanceActifitHive FoodPhotography LoversBlack And WhiteHive LearnersHiveDevsLifestyleHiveGardenExplore Communities...#programmingTrendingHotNewPayoutsMutedbala41288 (80)in Programming & Dev • yesterdayBuilding CLI for AI Agents and not for HumansI have been heavily using AI agents recently. In my office I'm using GitHub copilot and in my personal laptop I'm using other agents like Codex which I think is amazing. From my…vinzie1 (76)in BayaniHive • 18 hours agoTired but ThrivingI have different jobs now, while having different kinds of job, it's still enjoyable but a little bit kind of tiring. Although, I like this kind of setup where after waking up, I have now to-dos on workingscipio (67)in StemSocial • 22 hours agoLearn AI Series (#19) - Gradient Boosting - The Kaggle ChampionLearn AI Series (#19) - Gradient Boosting - The Kaggle Champion What will I learn You will learn the difference between bagging and boosting -- two fundamentally…scipio (67)in StemSocial • 10 hours agoLearn AI Series (#20) - Support Vector Machines - Drawing the Perfect BoundaryLearn AI Series (#20) - Support Vector Machines - Drawing the Perfect Boundary What will I learn You will learn the maximum margin principle -- why SVMs seek the widest…scipio (67)in #blog • 7 hours agoLearn Zig Series (#7) - Memory Management and AllocatorsLearn Zig Series (#7) - Memory Management and Allocators What will I learn You will learn the fundamental difference between stack and heap memory; why Zig makes…scipio (67)in StemSocial • 2 days agoLearn AI Series (#17) - Decision Trees - How Machines Make DecisionsLearn AI Series (#17) - Decision Trees - How Machines Make Decisions What will I learn You will learn how decision trees split data by asking yes/no questions about…scipio (67)in StemSocial • yesterdayLearn AI Series (#18) - Random Forests - Wisdom of CrowdsLearn AI Series (#18) - Random Forests - Wisdom of Crowds What will I learn You will learn why combining many weak models creates a strong one -- the ensemble principle…scipio (67)in #blog • yesterdayLearn Zig Series (#6) - Structs, Enums, and Tagged UnionsLearn Zig Series (#6) - Structs, Enums, and Tagged Unions What will I learn You will learn how to define structs with fields, default values, and methods; the…ahmadmanga (74)in STEMGeeks • 3 days agoPython Code for Compressing My Older Videos (Code Inside)This is a follow up article of my AV1 video encoding Batch File. This Python Code is the improved version with extra arguments after hours of trial and error. Enjoy~…scipio (67)in StemSocial • 2 days agoLearn AI Series (#16) - Scikit-Learn - The Standard Library of MLLearn AI Series (#16) - Scikit-Learn - The Standard Library of ML What will I learn You will learn why scikit-learn became the standard ML library and how its API design…femdev (65)in StemSocial • 3 hours agoLearn Creative Coding (#21) - Shaders: A First Taste of GLSLLearn Creative Coding (#21) - Shaders: A First Taste of GLSL Everything we've built so far in this series runs on the CPU. Every pixel we've drawn, every particle we've…scipio (67)in #blog • 2 days agoLearn Zig Series (#5) - Arrays, Slices, and StringsLearn Zig Series (#5) - Arrays, Slices, and Strings What will I learn You will learn about arrays in Zig -- fixed size, stack-allocated, compile-time known; slices…scipio (67)in StemSocial • 4 days agoLearn AI Series (#13) - Evaluation - How to Know If Your Model Actually WorksLearn AI Series (#13) - Evaluation - How to Know If Your Model Actually Works What will I learn You will learn why accuracy alone is a terrible metric for most…scipio (67)in StemSocial • 3 days agoLearn AI Series (#15) - Feature Engineering and SelectionLearn AI Series (#15) - Feature Engineering and Selection What will I learn You will learn how to create new features from raw data that help your model find patterns it…scipio (67)in StemSocial • 3 days agoLearn AI Series (#14) - Data Preparation - The 80% Nobody Talks AboutLearn AI Series (#14) - Data Preparation - The 80% Nobody Talks About What will I learn You will learn the three-way split (train/validation/test) and why two sets are…ahmadmanga (74)in STEMGeeks • 4 days agoCreating a Batch File for Compressing Older Videos (Code Inside)In this article I'll talk about the Batch file I created to convert my Videos to the AV1 encoding. My external HDD was getting full, so I spent a day to delete files I don't…femdev (65)in StemSocial • yesterdayLearn Creative Coding (#20) - Recording and Exporting: GIF, PNG Sequence, VideoLearn Creative Coding (#20) - Recording and Exporting: GIF, PNG Sequence, Video You've built some beautiful things over the last ten episodes. A particle galaxy that reacts…scipio (67)in #blog • 3 days agoLearn Zig Series (#4) - Error Handling (Zig's Best Feature)Learn Zig Series (#4) - Error Handling (Zig's Best Feature) What will I learn You will learn why most languages get error handling wrong and how Zig fixes it; error…makerhacks (71)in #programming • 5 days agoLLM-Assisted Debugging RollercoasterForget Vibe Coding, Bots Are for Bug Squashingscipio (67)in #blog • 4 days agoLearn Zig Series (#3) - Functions and Control FlowLearn Zig Series (#3) - Functions and Control Flow What will I learn You will learn how to define and call functions in Zig with explicit parameter types and return…